Html Css Color HEX #BBCA40 Celery

📋 copy color: '#BBCA40'

red 187 ◦ green 202 ◦ blue 64

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

Shades of Celery #BBCA40

Tints of Celery #BBCA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.59%

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

R = 41.28%
G = 44.59%
B = 14.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#BBCA40 (or 0xBBCA40) is known color: Celery. HEX triplet: BB, CA and 40. RGB value is (187,202,64). Sum of RGB (Red+Green+Blue) = 187+202+64=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCA40 is #4435BF. Grayscale: #B6B6B6. Windows color (decimal): -4470208 or 4246203. OLE color: 4246203.

HSL color Cylindrical-coordinate representation of color #BBCA40: hue angle of 66.52º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBCA40 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 202 64 -
CMYK 0.07 0 0.68 0.21
HSL 66.52º 0.57% 0.52% -
HSV(B) 66.52º 0.68% 0.79% -
XYZ 42.54 53.18 12.87 -
YUV 181.78 61.53 131.72 -
System Red Green Blue C M Y K H S L
Decimal 187 202 64 0.07 0 0.68 0.21 66.52 0.57 0.52
Hex BB CA 40 7 0 44 15 43 39 34
Octal 273 312 100 7 0 104 25 103 71 64
Binary 10111011 11001010 1000000 111 0 1000100 10101 1000011 111001 110100

Color Harmonies of #BBCA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCA40

Black with #BBCA40

Text Example


Text Example

White with #BBCA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCA40; }

 p { color: rgb(187,202,64); }

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

background-color css

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

 a { background-color: rgb(187,202,64); }

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

border-color css

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

 span { border-color: rgb(187,202,64); }

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