Html Css Color HEX #B4CC4A Celery

📋 copy color: '#B4CC4A'

red 180 ◦ green 204 ◦ blue 74

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

Shades of Celery #B4CC4A

Tints of Celery #B4CC4A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.54%

 BLUE value IS 74 (29.3% from 255) = 16.16%

R = 39.3%
G = 44.54%
B = 16.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#B4CC4A (or 0xB4CC4A) is known color: Celery. HEX triplet: B4, CC and 4A. RGB value is (180,204,74). Sum of RGB (Red+Green+Blue) = 180+204+74=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CC4A is #4B33B5. Grayscale: #B6B6B6. Windows color (decimal): -4928438 or 4902068. OLE color: 4902068.

HSL color Cylindrical-coordinate representation of color #B4CC4A: hue angle of 71.08º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B4CC4A is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 204 74 -
CMYK 0.12 0 0.64 0.2
HSL 71.08º 0.56% 0.55% -
HSV(B) 71.08º 0.64% 0.8% -
XYZ 41.65 53.38 14.59 -
YUV 182 67.05 126.57 -
System Red Green Blue C M Y K H S L
Decimal 180 204 74 0.12 0 0.64 0.2 71.08 0.56 0.55
Hex B4 CC 4A C 0 40 14 47 38 37
Octal 264 314 112 14 0 100 24 107 70 67
Binary 10110100 11001100 1001010 1100 0 1000000 10100 1000111 111000 110111

Color Harmonies of #B4CC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CC4A

Black with #B4CC4A

Text Example


Text Example

White with #B4CC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CC4A; }

 p { color: rgb(180,204,74); }

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

background-color css

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

 a { background-color: rgb(180,204,74); }

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

border-color css

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

 span { border-color: rgb(180,204,74); }

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