Html Css Color HEX #B9BF3A Celery

📋 copy color: '#B9BF3A'

red 185 ◦ green 191 ◦ blue 58

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

Shades of Celery #B9BF3A

Tints of Celery #B9BF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.36%

R = 42.63%
G = 44.01%
B = 13.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#B9BF3A (or 0xB9BF3A) is known color: Celery. HEX triplet: B9, BF and 3A. RGB value is (185,191,58). Sum of RGB (Red+Green+Blue) = 185+191+58=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BF3A is #4640C5. Grayscale: #AEAEAE. Windows color (decimal): -4604102 or 3850169. OLE color: 3850169.

HSL color Cylindrical-coordinate representation of color #B9BF3A: hue angle of 62.71º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9BF3A is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 191 58 -
CMYK 0.03 0 0.70 0.25
HSL 62.71º 0.53% 0.49% -
HSV(B) 62.71º 0.7% 0.75% -
XYZ 39.4 47.88 11.17 -
YUV 174.04 62.51 135.81 -
System Red Green Blue C M Y K H S L
Decimal 185 191 58 0.03 0 0.70 0.25 62.71 0.53 0.49
Hex B9 BF 3A 3 0 46 19 3F 35 31
Octal 271 277 72 3 0 106 31 77 65 61
Binary 10111001 10111111 111010 11 0 1000110 11001 111111 110101 110001

Color Harmonies of #B9BF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BF3A

Black with #B9BF3A

Text Example


Text Example

White with #B9BF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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