Html Css Color HEX #B8C342 Celery

📋 copy color: '#B8C342'

red 184 ◦ green 195 ◦ blue 66

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

Shades of Celery #B8C342

Tints of Celery #B8C342

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.82%

 BLUE value IS 66 (26.17% from 255) = 14.83%

R = 41.35%
G = 43.82%
B = 14.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#B8C342 (or 0xB8C342) is known color: Celery. HEX triplet: B8, C3 and 42. RGB value is (184,195,66). Sum of RGB (Red+Green+Blue) = 184+195+66=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C342 is #473CBD. Grayscale: #B1B1B1. Windows color (decimal): -4668606 or 4375480. OLE color: 4375480.

HSL color Cylindrical-coordinate representation of color #B8C342: hue angle of 65.12º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8C342 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 195 66 -
CMYK 0.06 0 0.66 0.24
HSL 65.12º 0.52% 0.51% -
HSV(B) 65.12º 0.66% 0.76% -
XYZ 40.27 49.61 12.61 -
YUV 177.01 65.36 132.99 -
System Red Green Blue C M Y K H S L
Decimal 184 195 66 0.06 0 0.66 0.24 65.12 0.52 0.51
Hex B8 C3 42 6 0 42 18 41 34 33
Octal 270 303 102 6 0 102 30 101 64 63
Binary 10111000 11000011 1000010 110 0 1000010 11000 1000001 110100 110011

Color Harmonies of #B8C342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C342

Black with #B8C342

Text Example


Text Example

White with #B8C342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C342; }

 p { color: rgb(184,195,66); }

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

background-color css

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

 a { background-color: rgb(184,195,66); }

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

border-color css

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

 span { border-color: rgb(184,195,66); }

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