Html Css Color HEX #B9CD4A Celery

📋 copy color: '#B9CD4A'

red 185 ◦ green 205 ◦ blue 74

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

Shades of Celery #B9CD4A

Tints of Celery #B9CD4A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.18%

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

R = 39.87%
G = 44.18%
B = 15.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#B9CD4A (or 0xB9CD4A) is known color: Celery. HEX triplet: B9, CD and 4A. RGB value is (185,205,74). Sum of RGB (Red+Green+Blue) = 185+205+74=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CD4A is #4632B5. Grayscale: #B8B8B8. Windows color (decimal): -4600502 or 4902329. OLE color: 4902329.

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

Color convert

RGB 185 205 74 -
CMYK 0.10 0 0.64 0.20
HSL 69.16º 0.57% 0.55% -
HSV(B) 69.16º 0.64% 0.8% -
XYZ 43.07 54.47 14.72 -
YUV 184.09 65.87 128.65 -
System Red Green Blue C M Y K H S L
Decimal 185 205 74 0.10 0 0.64 0.20 69.16 0.57 0.55
Hex B9 CD 4A A 0 40 14 45 39 37
Octal 271 315 112 12 0 100 24 105 71 67
Binary 10111001 11001101 1001010 1010 0 1000000 10100 1000101 111001 110111

Color Harmonies of #B9CD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CD4A

Black with #B9CD4A

Text Example


Text Example

White with #B9CD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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