Html Css Color HEX #B0BE04 La Rioja

📋 copy color: '#B0BE04'

red 176 ◦ green 190 ◦ blue 4

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

Shades of La Rioja #B0BE04

Tints of La Rioja #B0BE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 47.57%
G = 51.35%
B = 1.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#B0BE04 (or 0xB0BE04) is known color: La Rioja. HEX triplet: B0, BE and 04. RGB value is (176,190,4). Sum of RGB (Red+Green+Blue) = 176+190+4=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 190 (74.61% from 255 or 51.35% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BE04 is #4F41FB. Grayscale: #A5A5A5. Windows color (decimal): -5194236 or 310960. OLE color: 310960.

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

Color convert

RGB 176 190 4 -
CMYK 0.07 0 0.98 0.25
HSL 64.52º 0.96% 0.38% -
HSV(B) 64.52º 0.98% 0.75% -
XYZ 36.34 46.07 7.09 -
YUV 164.61 37.36 136.12 -
System Red Green Blue C M Y K H S L
Decimal 176 190 4 0.07 0 0.98 0.25 64.52 0.96 0.38
Hex B0 BE 4 7 0 62 19 41 60 26
Octal 260 276 4 7 0 142 31 101 140 46
Binary 10110000 10111110 100 111 0 1100010 11001 1000001 1100000 100110

Color Harmonies of #B0BE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE04

Black with #B0BE04

Text Example


Text Example

White with #B0BE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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