Html Css Color HEX #BBC94A Celery

📋 copy color: '#BBC94A'

red 187 ◦ green 201 ◦ blue 74

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

Shades of Celery #BBC94A

Tints of Celery #BBC94A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.51%

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

R = 40.48%
G = 43.51%
B = 16.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#BBC94A (or 0xBBC94A) is known color: Celery. HEX triplet: BB, C9 and 4A. RGB value is (187,201,74). Sum of RGB (Red+Green+Blue) = 187+201+74=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC94A is #4436B5. Grayscale: #B6B6B6. Windows color (decimal): -4470454 or 4901307. OLE color: 4901307.

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

Color convert

RGB 187 201 74 -
CMYK 0.07 0 0.63 0.21
HSL 66.61º 0.54% 0.54% -
HSV(B) 66.61º 0.63% 0.79% -
XYZ 42.62 52.83 14.43 -
YUV 182.34 66.86 131.33 -
System Red Green Blue C M Y K H S L
Decimal 187 201 74 0.07 0 0.63 0.21 66.61 0.54 0.54
Hex BB C9 4A 7 0 3F 15 43 36 36
Octal 273 311 112 7 0 77 25 103 66 66
Binary 10111011 11001001 1001010 111 0 111111 10101 1000011 110110 110110

Color Harmonies of #BBC94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC94A

Black with #BBC94A

Text Example


Text Example

White with #BBC94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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