Html Css Color HEX #BDC00F La Rioja

📋 copy color: '#BDC00F'

red 189 ◦ green 192 ◦ blue 15

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

Shades of La Rioja #BDC00F

Tints of La Rioja #BDC00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.48%

 BLUE value IS 15 (6.25% from 255) = 3.79%

R = 47.73%
G = 48.48%
B = 3.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BDC00F (or 0xBDC00F) is known color: La Rioja. HEX triplet: BD, C0 and 0F. RGB value is (189,192,15). Sum of RGB (Red+Green+Blue) = 189+192+15=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC00F is #423FF0. Grayscale: #ABABAB. Windows color (decimal): -4341745 or 1032381. OLE color: 1032381.

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

Color convert

RGB 189 192 15 -
CMYK 0.02 0 0.92 0.25
HSL 61.02º 0.86% 0.41% -
HSV(B) 61.02º 0.92% 0.75% -
XYZ 39.92 48.55 7.72 -
YUV 170.93 40.01 140.89 -
System Red Green Blue C M Y K H S L
Decimal 189 192 15 0.02 0 0.92 0.25 61.02 0.86 0.41
Hex BD C0 F 2 0 5C 19 3D 56 29
Octal 275 300 17 2 0 134 31 75 126 51
Binary 10111101 11000000 1111 10 0 1011100 11001 111101 1010110 101001

Color Harmonies of #BDC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC00F

Black with #BDC00F

Text Example


Text Example

White with #BDC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC00F; }

 p { color: rgb(189,192,15); }

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

background-color css

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

 a { background-color: rgb(189,192,15); }

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

border-color css

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

 span { border-color: rgb(189,192,15); }

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