Html Css Color HEX #BBC14A Celery

📋 copy color: '#BBC14A'

red 187 ◦ green 193 ◦ blue 74

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

Shades of Celery #BBC14A

Tints of Celery #BBC14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.3%

R = 41.19%
G = 42.51%
B = 16.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#BBC14A (or 0xBBC14A) is known color: Celery. HEX triplet: BB, C1 and 4A. RGB value is (187,193,74). Sum of RGB (Red+Green+Blue) = 187+193+74=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC14A is #443EB5. Grayscale: #B2B2B2. Windows color (decimal): -4472502 or 4899259. OLE color: 4899259.

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

Color convert

RGB 187 193 74 -
CMYK 0.03 0 0.62 0.24
HSL 63.03º 0.49% 0.52% -
HSV(B) 63.03º 0.62% 0.76% -
XYZ 40.8 49.2 13.82 -
YUV 177.64 69.51 134.68 -
System Red Green Blue C M Y K H S L
Decimal 187 193 74 0.03 0 0.62 0.24 63.03 0.49 0.52
Hex BB C1 4A 3 0 3E 18 3F 31 34
Octal 273 301 112 3 0 76 30 77 61 64
Binary 10111011 11000001 1001010 11 0 111110 11000 111111 110001 110100

Color Harmonies of #BBC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC14A

Black with #BBC14A

Text Example


Text Example

White with #BBC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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