Html Css Color HEX #BBC14D Celery

📋 copy color: '#BBC14D'

red 187 ◦ green 193 ◦ blue 77

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

Shades of Celery #BBC14D

Tints of Celery #BBC14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.85%

R = 40.92%
G = 42.23%
B = 16.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#BBC14D (or 0xBBC14D) is known color: Celery. HEX triplet: BB, C1 and 4D. RGB value is (187,193,77). Sum of RGB (Red+Green+Blue) = 187+193+77=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC14D is #443EB2. Grayscale: #B2B2B2. Windows color (decimal): -4472499 or 5095867. OLE color: 5095867.

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

Color convert

RGB 187 193 77 -
CMYK 0.03 0 0.60 0.24
HSL 63.1º 0.48% 0.53% -
HSV(B) 63.1º 0.6% 0.76% -
XYZ 40.9 49.24 14.37 -
YUV 177.98 71.01 134.43 -
System Red Green Blue C M Y K H S L
Decimal 187 193 77 0.03 0 0.60 0.24 63.1 0.48 0.53
Hex BB C1 4D 3 0 3C 18 3F 30 35
Octal 273 301 115 3 0 74 30 77 60 65
Binary 10111011 11000001 1001101 11 0 111100 11000 111111 110000 110101

Color Harmonies of #BBC14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC14D

Black with #BBC14D

Text Example


Text Example

White with #BBC14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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