Html Css Color HEX #BBBD45 Celery

📋 copy color: '#BBBD45'

red 187 ◦ green 189 ◦ blue 69

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

Shades of Celery #BBBD45

Tints of Celery #BBBD45

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.47%

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

R = 42.02%
G = 42.47%
B = 15.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BBBD45 (or 0xBBBD45) is known color: Celery. HEX triplet: BB, BD and 45. RGB value is (187,189,69). Sum of RGB (Red+Green+Blue) = 187+189+69=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBD45 is #4442BA. Grayscale: #AFAFAF. Windows color (decimal): -4473531 or 4570555. OLE color: 4570555.

HSL color Cylindrical-coordinate representation of color #BBBD45: hue angle of 61º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBBD45 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 189 69 -
CMYK 0.01 0 0.63 0.26
HSL 61º 0.48% 0.51% -
HSV(B) 61º 0.63% 0.74% -
XYZ 39.77 47.39 12.68 -
YUV 174.72 68.34 136.76 -
System Red Green Blue C M Y K H S L
Decimal 187 189 69 0.01 0 0.63 0.26 61 0.48 0.51
Hex BB BD 45 1 0 3F 1A 3D 30 33
Octal 273 275 105 1 0 77 32 75 60 63
Binary 10111011 10111101 1000101 1 0 111111 11010 111101 110000 110011

Color Harmonies of #BBBD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBD45

Black with #BBBD45

Text Example


Text Example

White with #BBBD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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