Html Css Color HEX #BDBF02 La Rioja

📋 copy color: '#BDBF02'

red 189 ◦ green 191 ◦ blue 2

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

Shades of La Rioja #BDBF02

Tints of La Rioja #BDBF02

RGB

 RED value IS 189 (74.22% from 255) = 49.48%

 GREEN value IS 191 (75% from 255) = 50%

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

R = 49.48%
G = 50%
B = 0.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BDBF02 (or 0xBDBF02) is known color: La Rioja. HEX triplet: BD, BF and 02. RGB value is (189,191,2). Sum of RGB (Red+Green+Blue) = 189+191+2=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBF02 is #4240FD. Grayscale: #A9A9A9. Windows color (decimal): -4342014 or 180157. OLE color: 180157.

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

Color convert

RGB 189 191 2 -
CMYK 0.01 0 0.99 0.25
HSL 60.63º 0.98% 0.38% -
HSV(B) 60.63º 0.99% 0.75% -
XYZ 39.63 48.08 7.25 -
YUV 168.86 33.84 142.37 -
System Red Green Blue C M Y K H S L
Decimal 189 191 2 0.01 0 0.99 0.25 60.63 0.98 0.38
Hex BD BF 2 1 0 63 19 3D 62 26
Octal 275 277 2 1 0 143 31 75 142 46
Binary 10111101 10111111 10 1 0 1100011 11001 111101 1100010 100110

Color Harmonies of #BDBF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF02

Black with #BDBF02

Text Example


Text Example

White with #BDBF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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