Html Css Color HEX #BDBF12 La Rioja

📋 copy color: '#BDBF12'

red 189 ◦ green 191 ◦ blue 18

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

Shades of La Rioja #BDBF12

Tints of La Rioja #BDBF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.52%

R = 47.49%
G = 47.99%
B = 4.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BDBF12 (or 0xBDBF12) is known color: La Rioja. HEX triplet: BD, BF and 12. RGB value is (189,191,18). Sum of RGB (Red+Green+Blue) = 189+191+18=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBF12 is #4240ED. Grayscale: #ABABAB. Windows color (decimal): -4341998 or 1228733. OLE color: 1228733.

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

Color convert

RGB 189 191 18 -
CMYK 0.01 0 0.91 0.25
HSL 60.69º 0.83% 0.41% -
HSV(B) 60.69º 0.91% 0.75% -
XYZ 39.73 48.12 7.77 -
YUV 170.68 41.84 141.07 -
System Red Green Blue C M Y K H S L
Decimal 189 191 18 0.01 0 0.91 0.25 60.69 0.83 0.41
Hex BD BF 12 1 0 5B 19 3D 53 29
Octal 275 277 22 1 0 133 31 75 123 51
Binary 10111101 10111111 10010 1 0 1011011 11001 111101 1010011 101001

Color Harmonies of #BDBF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF12

Black with #BDBF12

Text Example


Text Example

White with #BDBF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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