Html Css Color HEX #B8BD50 Celery

📋 copy color: '#B8BD50'

red 184 ◦ green 189 ◦ blue 80

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

Shades of Celery #B8BD50

Tints of Celery #B8BD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.66%

R = 40.62%
G = 41.72%
B = 17.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#B8BD50 (or 0xB8BD50) is known color: Celery. HEX triplet: B8, BD and 50. RGB value is (184,189,80). Sum of RGB (Red+Green+Blue) = 184+189+80=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BD50 is #4742AF. Grayscale: #AFAFAF. Windows color (decimal): -4670128 or 5291448. OLE color: 5291448.

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

Color convert

RGB 184 189 80 -
CMYK 0.03 0 0.58 0.26
HSL 62.75º 0.45% 0.53% -
HSV(B) 62.75º 0.58% 0.74% -
XYZ 39.41 47.16 14.62 -
YUV 175.08 74.34 134.36 -
System Red Green Blue C M Y K H S L
Decimal 184 189 80 0.03 0 0.58 0.26 62.75 0.45 0.53
Hex B8 BD 50 3 0 3A 1A 3F 2D 35
Octal 270 275 120 3 0 72 32 77 55 65
Binary 10111000 10111101 1010000 11 0 111010 11010 111111 101101 110101

Color Harmonies of #B8BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BD50

Black with #B8BD50

Text Example


Text Example

White with #B8BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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