Html Css Color HEX #B8BD52 Celery

📋 copy color: '#B8BD52'

red 184 ◦ green 189 ◦ blue 82

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

Shades of Celery #B8BD52

Tints of Celery #B8BD52

RGB

 RED value IS 184 (72.27% from 255) = 40.44%

 GREEN value IS 189 (74.22% from 255) = 41.54%

 BLUE value IS 82 (32.42% from 255) = 18.02%

R = 40.44%
G = 41.54%
B = 18.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#B8BD52 (or 0xB8BD52) is known color: Celery. HEX triplet: B8, BD and 52. RGB value is (184,189,82). Sum of RGB (Red+Green+Blue) = 184+189+82=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BD52 is #4742AD. Grayscale: #AFAFAF. Windows color (decimal): -4670126 or 5422520. OLE color: 5422520.

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

Color convert

RGB 184 189 82 -
CMYK 0.03 0 0.57 0.26
HSL 62.8º 0.45% 0.53% -
HSV(B) 62.8º 0.57% 0.74% -
XYZ 39.49 47.19 15.01 -
YUV 175.31 75.34 134.2 -
System Red Green Blue C M Y K H S L
Decimal 184 189 82 0.03 0 0.57 0.26 62.8 0.45 0.53
Hex B8 BD 52 3 0 39 1A 3F 2D 35
Octal 270 275 122 3 0 71 32 77 55 65
Binary 10111000 10111101 1010010 11 0 111001 11010 111111 101101 110101

Color Harmonies of #B8BD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BD52

Black with #B8BD52

Text Example


Text Example

White with #B8BD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BD52; }

 p { color: rgb(184,189,82); }

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

background-color css

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

 a { background-color: rgb(184,189,82); }

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

border-color css

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

 span { border-color: rgb(184,189,82); }

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