Html Css Color HEX #BBCA4A Celery

📋 copy color: '#BBCA4A'

red 187 ◦ green 202 ◦ blue 74

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

Shades of Celery #BBCA4A

Tints of Celery #BBCA4A

RGB

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

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

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

R = 40.39%
G = 43.63%
B = 15.98%

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

#BBCA4A (or 0xBBCA4A) is known color: Celery. HEX triplet: BB, CA and 4A. RGB value is (187,202,74). Sum of RGB (Red+Green+Blue) = 187+202+74=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCA4A is #4435B5. Grayscale: #B7B7B7. Windows color (decimal): -4470198 or 4901563. OLE color: 4901563.

HSL color Cylindrical-coordinate representation of color #BBCA4A: hue angle of 67.03º degrees, saturation: 0.55, 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 #BBCA4A is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 202 74 -
CMYK 0.07 0 0.63 0.21
HSL 67.03º 0.55% 0.54% -
HSV(B) 67.03º 0.63% 0.79% -
XYZ 42.85 53.3 14.51 -
YUV 182.92 66.53 130.91 -
System Red Green Blue C M Y K H S L
Decimal 187 202 74 0.07 0 0.63 0.21 67.03 0.55 0.54
Hex BB CA 4A 7 0 3F 15 43 37 36
Octal 273 312 112 7 0 77 25 103 67 66
Binary 10111011 11001010 1001010 111 0 111111 10101 1000011 110111 110110

Color Harmonies of #BBCA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCA4A

Black with #BBCA4A

Text Example


Text Example

White with #BBCA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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