Html Css Color HEX #BDC10C La Rioja

📋 copy color: '#BDC10C'

red 189 ◦ green 193 ◦ blue 12

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

Shades of La Rioja #BDC10C

Tints of La Rioja #BDC10C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.98%

 BLUE value IS 12 (5.08% from 255) = 3.05%

R = 47.97%
G = 48.98%
B = 3.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#BDC10C (or 0xBDC10C) is known color: La Rioja. HEX triplet: BD, C1 and 0C. RGB value is (189,193,12). Sum of RGB (Red+Green+Blue) = 189+193+12=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC10C is #423EF3. Grayscale: #ABABAB. Windows color (decimal): -4341492 or 836029. OLE color: 836029.

HSL color Cylindrical-coordinate representation of color #BDC10C: hue angle of 61.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDC10C is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 12 -
CMYK 0.02 0 0.94 0.24
HSL 61.33º 0.88% 0.4% -
HSV(B) 61.33º 0.94% 0.76% -
XYZ 40.12 48.99 7.69 -
YUV 171.17 38.17 140.72 -
System Red Green Blue C M Y K H S L
Decimal 189 193 12 0.02 0 0.94 0.24 61.33 0.88 0.4
Hex BD C1 C 2 0 5E 18 3D 58 28
Octal 275 301 14 2 0 136 30 75 130 50
Binary 10111101 11000001 1100 10 0 1011110 11000 111101 1011000 101000

Color Harmonies of #BDC10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC10C

Black with #BDC10C

Text Example


Text Example

White with #BDC10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC10C; }

 p { color: rgb(189,193,12); }

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

background-color css

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

 a { background-color: rgb(189,193,12); }

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

border-color css

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

 span { border-color: rgb(189,193,12); }

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