Html Css Color HEX #B9BF35 Celery

📋 copy color: '#B9BF35'

red 185 ◦ green 191 ◦ blue 53

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

Shades of Celery #B9BF35

Tints of Celery #B9BF35

RGB

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

 GREEN value IS 191 (75% from 255) = 44.52%

 BLUE value IS 53 (21.09% from 255) = 12.35%

R = 43.12%
G = 44.52%
B = 12.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#B9BF35 (or 0xB9BF35) is known color: Celery. HEX triplet: B9, BF and 35. RGB value is (185,191,53). Sum of RGB (Red+Green+Blue) = 185+191+53=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 53 (21.09% from 255 or 12.35% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BF35 is #4640CA. Grayscale: #AEAEAE. Windows color (decimal): -4604107 or 3522489. OLE color: 3522489.

HSL color Cylindrical-coordinate representation of color #B9BF35: hue angle of 62.61º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9BF35 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 191 53 -
CMYK 0.03 0 0.72 0.25
HSL 62.61º 0.57% 0.48% -
HSV(B) 62.61º 0.72% 0.75% -
XYZ 39.28 47.83 10.53 -
YUV 173.47 60.01 136.22 -
System Red Green Blue C M Y K H S L
Decimal 185 191 53 0.03 0 0.72 0.25 62.61 0.57 0.48
Hex B9 BF 35 3 0 48 19 3F 39 30
Octal 271 277 65 3 0 110 31 77 71 60
Binary 10111001 10111111 110101 11 0 1001000 11001 111111 111001 110000

Color Harmonies of #B9BF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BF35

Black with #B9BF35

Text Example


Text Example

White with #B9BF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BF35; }

 p { color: rgb(185,191,53); }

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

background-color css

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

 a { background-color: rgb(185,191,53); }

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

border-color css

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

 span { border-color: rgb(185,191,53); }

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