Html Css Color HEX #B2BD04 La Rioja

📋 copy color: '#B2BD04'

red 178 ◦ green 189 ◦ blue 4

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

Shades of La Rioja #B2BD04

Tints of La Rioja #B2BD04

RGB

 RED value IS 178 (69.92% from 255) = 47.98%

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

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

R = 47.98%
G = 50.94%
B = 1.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#B2BD04 (or 0xB2BD04) is known color: La Rioja. HEX triplet: B2, BD and 04. RGB value is (178,189,4). Sum of RGB (Red+Green+Blue) = 178+189+4=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BD04 is #4D42FB. Grayscale: #A5A5A5. Windows color (decimal): -5063420 or 310706. OLE color: 310706.

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

Color convert

RGB 178 189 4 -
CMYK 0.06 0 0.98 0.26
HSL 63.57º 0.96% 0.38% -
HSV(B) 63.57º 0.98% 0.74% -
XYZ 36.58 45.87 7.04 -
YUV 164.62 37.36 137.54 -
System Red Green Blue C M Y K H S L
Decimal 178 189 4 0.06 0 0.98 0.26 63.57 0.96 0.38
Hex B2 BD 4 6 0 62 1A 40 60 26
Octal 262 275 4 6 0 142 32 100 140 46
Binary 10110010 10111101 100 110 0 1100010 11010 1000000 1100000 100110

Color Harmonies of #B2BD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD04

Black with #B2BD04

Text Example


Text Example

White with #B2BD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD04; }

 p { color: rgb(178,189,4); }

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

background-color css

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

 a { background-color: rgb(178,189,4); }

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

border-color css

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

 span { border-color: rgb(178,189,4); }

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