Html Css Color HEX #BBCC45 Celery

📋 copy color: '#BBCC45'

red 187 ◦ green 204 ◦ blue 69

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

Shades of Celery #BBCC45

Tints of Celery #BBCC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15%

R = 40.65%
G = 44.35%
B = 15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#BBCC45 (or 0xBBCC45) is known color: Celery. HEX triplet: BB, CC and 45. RGB value is (187,204,69). Sum of RGB (Red+Green+Blue) = 187+204+69=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC45 is #4433BA. Grayscale: #B8B8B8. Windows color (decimal): -4469691 or 4574395. OLE color: 4574395.

HSL color Cylindrical-coordinate representation of color #BBCC45: hue angle of 67.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBCC45 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 69 -
CMYK 0.08 0 0.66 0.2
HSL 67.56º 0.57% 0.54% -
HSV(B) 67.56º 0.66% 0.8% -
XYZ 43.16 54.18 13.81 -
YUV 183.53 63.37 130.48 -
System Red Green Blue C M Y K H S L
Decimal 187 204 69 0.08 0 0.66 0.2 67.56 0.57 0.54
Hex BB CC 45 8 0 42 14 44 39 36
Octal 273 314 105 10 0 102 24 104 71 66
Binary 10111011 11001100 1000101 1000 0 1000010 10100 1000100 111001 110110

Color Harmonies of #BBCC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC45

Black with #BBCC45

Text Example


Text Example

White with #BBCC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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