Html Css Color HEX #B5C340 Celery

📋 copy color: '#B5C340'

red 181 ◦ green 195 ◦ blue 64

#B5C340
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #B5C340

Tints of Celery #B5C340

RGB

 RED value IS 181 (71.09% from 255) = 41.14%

 GREEN value IS 195 (76.56% from 255) = 44.32%

 BLUE value IS 64 (25.39% from 255) = 14.55%

R = 41.14%
G = 44.32%
B = 14.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B5C340 (or 0xB5C340) is known color: Celery. HEX triplet: B5, C3 and 40. RGB value is (181,195,64). Sum of RGB (Red+Green+Blue) = 181+195+64=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C340 is #4A3CBF. Grayscale: #B0B0B0. Windows color (decimal): -4865216 or 4244405. OLE color: 4244405.

HSL color Cylindrical-coordinate representation of color #B5C340: hue angle of 66.41º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5C340 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 195 64 -
CMYK 0.07 0 0.67 0.24
HSL 66.41º 0.52% 0.51% -
HSV(B) 66.41º 0.67% 0.76% -
XYZ 39.5 49.22 12.27 -
YUV 175.88 64.86 131.65 -
System Red Green Blue C M Y K H S L
Decimal 181 195 64 0.07 0 0.67 0.24 66.41 0.52 0.51
Hex B5 C3 40 7 0 43 18 42 34 33
Octal 265 303 100 7 0 103 30 102 64 63
Binary 10110101 11000011 1000000 111 0 1000011 11000 1000010 110100 110011

Color Harmonies of #B5C340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C340

Black with #B5C340

Text Example


Text Example

White with #B5C340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C340; }

 p { color: rgb(181,195,64); }

 H1.HeaderClassName
 {
   color: #B5C340;
 }
 .AnyTagClassName
 {
   color: #B5C340;
 }
</style>

background-color css

<style>
 a { background-color: #B5C340; }

 a { background-color: rgb(181,195,64); }

 div.DivClassName
 {
   background-color: #B5C340;
 }
 .BgClassName
 {
   background-color: #B5C340;
 }
</style>

border-color css

<style>
 span { border-color: #B5C340; }

 span { border-color: rgb(181,195,64); }

 td.TdClassName
 {
   border-color: #B5C340;
 }
 .TagClassName
 {
   border-color: #B5C340;
 }
</style>