Html Css Color HEX #B8BD02 La Rioja

📋 copy color: '#B8BD02'

red 184 ◦ green 189 ◦ blue 2

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

Shades of La Rioja #B8BD02

Tints of La Rioja #B8BD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 49.07%
G = 50.4%
B = 0.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#B8BD02 (or 0xB8BD02) is known color: La Rioja. HEX triplet: B8, BD and 02. RGB value is (184,189,2). Sum of RGB (Red+Green+Blue) = 184+189+2=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8BD02 is #4742FD. Grayscale: #A6A6A6. Windows color (decimal): -4670206 or 179640. OLE color: 179640.

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

Color convert

RGB 184 189 2 -
CMYK 0.03 0 0.99 0.26
HSL 61.6º 0.98% 0.37% -
HSV(B) 61.6º 0.99% 0.74% -
XYZ 37.98 46.59 7.05 -
YUV 166.19 35.34 140.71 -
System Red Green Blue C M Y K H S L
Decimal 184 189 2 0.03 0 0.99 0.26 61.6 0.98 0.37
Hex B8 BD 2 3 0 63 1A 3E 62 25
Octal 270 275 2 3 0 143 32 76 142 45
Binary 10111000 10111101 10 11 0 1100011 11010 111110 1100010 100101

Color Harmonies of #B8BD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BD02

Black with #B8BD02

Text Example


Text Example

White with #B8BD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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