Html Css Color HEX #B9CE4A Celery

📋 copy color: '#B9CE4A'

red 185 ◦ green 206 ◦ blue 74

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

Shades of Celery #B9CE4A

Tints of Celery #B9CE4A

RGB

 RED value IS 185 (72.66% from 255) = 39.78%

 GREEN value IS 206 (80.86% from 255) = 44.3%

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

R = 39.78%
G = 44.3%
B = 15.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#B9CE4A (or 0xB9CE4A) is known color: Celery. HEX triplet: B9, CE and 4A. RGB value is (185,206,74). Sum of RGB (Red+Green+Blue) = 185+206+74=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CE4A is #4631B5. Grayscale: #B9B9B9. Windows color (decimal): -4600246 or 4902585. OLE color: 4902585.

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

Color convert

RGB 185 206 74 -
CMYK 0.10 0 0.64 0.19
HSL 69.55º 0.57% 0.55% -
HSV(B) 69.55º 0.64% 0.81% -
XYZ 43.31 54.95 14.8 -
YUV 184.67 65.54 128.23 -
System Red Green Blue C M Y K H S L
Decimal 185 206 74 0.10 0 0.64 0.19 69.55 0.57 0.55
Hex B9 CE 4A A 0 40 13 46 39 37
Octal 271 316 112 12 0 100 23 106 71 67
Binary 10111001 11001110 1001010 1010 0 1000000 10011 1000110 111001 110111

Color Harmonies of #B9CE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CE4A

Black with #B9CE4A

Text Example


Text Example

White with #B9CE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CE4A; }

 p { color: rgb(185,206,74); }

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

background-color css

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

 a { background-color: rgb(185,206,74); }

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

border-color css

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

 span { border-color: rgb(185,206,74); }

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