Html Css Color HEX #B0BE34 Celery

📋 copy color: '#B0BE34'

red 176 ◦ green 190 ◦ blue 52

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

Shades of Celery #B0BE34

Tints of Celery #B0BE34

RGB

 RED value IS 176 (69.14% from 255) = 42.11%

 GREEN value IS 190 (74.61% from 255) = 45.45%

 BLUE value IS 52 (20.7% from 255) = 12.44%

R = 42.11%
G = 45.45%
B = 12.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#B0BE34 (or 0xB0BE34) is known color: Celery. HEX triplet: B0, BE and 34. RGB value is (176,190,52). Sum of RGB (Red+Green+Blue) = 176+190+52=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BE34 is #4F41CB. Grayscale: #AAAAAA. Windows color (decimal): -5194188 or 3456688. OLE color: 3456688.

HSL color Cylindrical-coordinate representation of color #B0BE34: hue angle of 66.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0BE34 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 190 52 -
CMYK 0.07 0 0.73 0.25
HSL 66.09º 0.57% 0.47% -
HSV(B) 66.09º 0.73% 0.75% -
XYZ 36.94 46.3 10.24 -
YUV 170.08 61.36 132.22 -
System Red Green Blue C M Y K H S L
Decimal 176 190 52 0.07 0 0.73 0.25 66.09 0.57 0.47
Hex B0 BE 34 7 0 49 19 42 39 2F
Octal 260 276 64 7 0 111 31 102 71 57
Binary 10110000 10111110 110100 111 0 1001001 11001 1000010 111001 101111

Color Harmonies of #B0BE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE34

Black with #B0BE34

Text Example


Text Example

White with #B0BE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE34; }

 p { color: rgb(176,190,52); }

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

background-color css

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

 a { background-color: rgb(176,190,52); }

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

border-color css

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

 span { border-color: rgb(176,190,52); }

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