Html Css Color HEX #B1BD05 La Rioja

📋 copy color: '#B1BD05'

red 177 ◦ green 189 ◦ blue 5

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

Shades of La Rioja #B1BD05

Tints of La Rioja #B1BD05

RGB

 RED value IS 177 (69.53% from 255) = 47.71%

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

 BLUE value IS 5 (2.34% from 255) = 1.35%

R = 47.71%
G = 50.94%
B = 1.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#B1BD05 (or 0xB1BD05) is known color: La Rioja. HEX triplet: B1, BD and 05. RGB value is (177,189,5). Sum of RGB (Red+Green+Blue) = 177+189+5=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BD05 is #4E42FA. Grayscale: #A5A5A5. Windows color (decimal): -5128955 or 376241. OLE color: 376241.

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

Color convert

RGB 177 189 5 -
CMYK 0.06 0 0.97 0.26
HSL 63.91º 0.95% 0.38% -
HSV(B) 63.91º 0.97% 0.74% -
XYZ 36.36 45.75 7.06 -
YUV 164.44 38.02 136.96 -
System Red Green Blue C M Y K H S L
Decimal 177 189 5 0.06 0 0.97 0.26 63.91 0.95 0.38
Hex B1 BD 5 6 0 61 1A 40 5F 26
Octal 261 275 5 6 0 141 32 100 137 46
Binary 10110001 10111101 101 110 0 1100001 11010 1000000 1011111 100110

Color Harmonies of #B1BD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BD05

Black with #B1BD05

Text Example


Text Example

White with #B1BD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BD05; }

 p { color: rgb(177,189,5); }

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

background-color css

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

 a { background-color: rgb(177,189,5); }

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

border-color css

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

 span { border-color: rgb(177,189,5); }

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