Html Css Color HEX #B4C242 Celery

📋 copy color: '#B4C242'

red 180 ◦ green 194 ◦ blue 66

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

Shades of Celery #B4C242

Tints of Celery #B4C242

RGB

 RED value IS 180 (70.7% from 255) = 40.91%

 GREEN value IS 194 (76.17% from 255) = 44.09%

 BLUE value IS 66 (26.17% from 255) = 15%

R = 40.91%
G = 44.09%
B = 15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#B4C242 (or 0xB4C242) is known color: Celery. HEX triplet: B4, C2 and 42. RGB value is (180,194,66). Sum of RGB (Red+Green+Blue) = 180+194+66=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C242 is #4B3DBD. Grayscale: #AFAFAF. Windows color (decimal): -4931006 or 4375220. OLE color: 4375220.

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

Color convert

RGB 180 194 66 -
CMYK 0.07 0 0.66 0.24
HSL 66.56º 0.51% 0.51% -
HSV(B) 66.56º 0.66% 0.76% -
XYZ 39.1 48.68 12.49 -
YUV 175.22 66.36 131.41 -
System Red Green Blue C M Y K H S L
Decimal 180 194 66 0.07 0 0.66 0.24 66.56 0.51 0.51
Hex B4 C2 42 7 0 42 18 43 33 33
Octal 264 302 102 7 0 102 30 103 63 63
Binary 10110100 11000010 1000010 111 0 1000010 11000 1000011 110011 110011

Color Harmonies of #B4C242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C242

Black with #B4C242

Text Example


Text Example

White with #B4C242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C242; }

 p { color: rgb(180,194,66); }

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

background-color css

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

 a { background-color: rgb(180,194,66); }

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

border-color css

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

 span { border-color: rgb(180,194,66); }

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