Html Css Color HEX #BBCF48 Celery

📋 copy color: '#BBCF48'

red 187 ◦ green 207 ◦ blue 72

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

Shades of Celery #BBCF48

Tints of Celery #BBCF48

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.42%

 BLUE value IS 72 (28.52% from 255) = 15.45%

R = 40.13%
G = 44.42%
B = 15.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#BBCF48 (or 0xBBCF48) is known color: Celery. HEX triplet: BB, CF and 48. RGB value is (187,207,72). Sum of RGB (Red+Green+Blue) = 187+207+72=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF48 is #4430B7. Grayscale: #BABABA. Windows color (decimal): -4468920 or 4771771. OLE color: 4771771.

HSL color Cylindrical-coordinate representation of color #BBCF48: hue angle of 68.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBCF48 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 72 -
CMYK 0.10 0 0.65 0.19
HSL 68.89º 0.58% 0.55% -
HSV(B) 68.89º 0.65% 0.81% -
XYZ 43.98 55.66 14.56 -
YUV 185.63 63.87 128.98 -
System Red Green Blue C M Y K H S L
Decimal 187 207 72 0.10 0 0.65 0.19 68.89 0.58 0.55
Hex BB CF 48 A 0 41 13 45 3A 37
Octal 273 317 110 12 0 101 23 105 72 67
Binary 10111011 11001111 1001000 1010 0 1000001 10011 1000101 111010 110111

Color Harmonies of #BBCF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF48

Black with #BBCF48

Text Example


Text Example

White with #BBCF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF48; }

 p { color: rgb(187,207,72); }

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

background-color css

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

 a { background-color: rgb(187,207,72); }

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

border-color css

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

 span { border-color: rgb(187,207,72); }

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