Html Css Color HEX #BBC14F Celery

📋 copy color: '#BBC14F'

red 187 ◦ green 193 ◦ blue 79

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

Shades of Celery #BBC14F

Tints of Celery #BBC14F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.05%

 BLUE value IS 79 (31.25% from 255) = 17.21%

R = 40.74%
G = 42.05%
B = 17.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#BBC14F (or 0xBBC14F) is known color: Celery. HEX triplet: BB, C1 and 4F. RGB value is (187,193,79). Sum of RGB (Red+Green+Blue) = 187+193+79=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 79 (31.25% from 255 or 17.21% from 459); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC14F is #443EB0. Grayscale: #B2B2B2. Windows color (decimal): -4472497 or 5226939. OLE color: 5226939.

HSL color Cylindrical-coordinate representation of color #BBC14F: hue angle of 63.16º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBC14F is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 79 -
CMYK 0.03 0 0.59 0.24
HSL 63.16º 0.48% 0.53% -
HSV(B) 63.16º 0.59% 0.76% -
XYZ 40.97 49.27 14.75 -
YUV 178.21 72.01 134.27 -
System Red Green Blue C M Y K H S L
Decimal 187 193 79 0.03 0 0.59 0.24 63.16 0.48 0.53
Hex BB C1 4F 3 0 3B 18 3F 30 35
Octal 273 301 117 3 0 73 30 77 60 65
Binary 10111011 11000001 1001111 11 0 111011 11000 111111 110000 110101

Color Harmonies of #BBC14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC14F

Black with #BBC14F

Text Example


Text Example

White with #BBC14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC14F; }

 p { color: rgb(187,193,79); }

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

background-color css

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

 a { background-color: rgb(187,193,79); }

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

border-color css

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

 span { border-color: rgb(187,193,79); }

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