Html Css Color HEX #BBCC4A Celery

📋 copy color: '#BBCC4A'

red 187 ◦ green 204 ◦ blue 74

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

Shades of Celery #BBCC4A

Tints of Celery #BBCC4A

RGB

 RED value IS 187 (73.44% from 255) = 40.22%

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

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

R = 40.22%
G = 43.87%
B = 15.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#BBCC4A (or 0xBBCC4A) is known color: Celery. HEX triplet: BB, CC and 4A. RGB value is (187,204,74). Sum of RGB (Red+Green+Blue) = 187+204+74=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC4A is #4433B5. Grayscale: #B8B8B8. Windows color (decimal): -4469686 or 4902075. OLE color: 4902075.

HSL color Cylindrical-coordinate representation of color #BBCC4A: hue angle of 67.85º 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 #BBCC4A is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 74 -
CMYK 0.08 0 0.64 0.2
HSL 67.85º 0.56% 0.55% -
HSV(B) 67.85º 0.64% 0.8% -
XYZ 43.32 54.24 14.67 -
YUV 184.1 65.87 130.07 -
System Red Green Blue C M Y K H S L
Decimal 187 204 74 0.08 0 0.64 0.2 67.85 0.56 0.55
Hex BB CC 4A 8 0 40 14 44 38 37
Octal 273 314 112 10 0 100 24 104 70 67
Binary 10111011 11001100 1001010 1000 0 1000000 10100 1000100 111000 110111

Color Harmonies of #BBCC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC4A

Black with #BBCC4A

Text Example


Text Example

White with #BBCC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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