Html Css Color HEX #B9BC3A Celery

📋 copy color: '#B9BC3A'

red 185 ◦ green 188 ◦ blue 58

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

Shades of Celery #B9BC3A

Tints of Celery #B9BC3A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.62%

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

R = 42.92%
G = 43.62%
B = 13.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#B9BC3A (or 0xB9BC3A) is known color: Celery. HEX triplet: B9, BC and 3A. RGB value is (185,188,58). Sum of RGB (Red+Green+Blue) = 185+188+58=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BC3A is #4643C5. Grayscale: #ACACAC. Windows color (decimal): -4604870 or 3849401. OLE color: 3849401.

HSL color Cylindrical-coordinate representation of color #B9BC3A: hue angle of 61.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9BC3A is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 188 58 -
CMYK 0.02 0 0.69 0.26
HSL 61.38º 0.53% 0.48% -
HSV(B) 61.38º 0.69% 0.74% -
XYZ 38.75 46.59 10.95 -
YUV 172.28 63.51 137.07 -
System Red Green Blue C M Y K H S L
Decimal 185 188 58 0.02 0 0.69 0.26 61.38 0.53 0.48
Hex B9 BC 3A 2 0 45 1A 3D 35 30
Octal 271 274 72 2 0 105 32 75 65 60
Binary 10111001 10111100 111010 10 0 1000101 11010 111101 110101 110000

Color Harmonies of #B9BC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BC3A

Black with #B9BC3A

Text Example


Text Example

White with #B9BC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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