Html Css Color HEX #BDC60F La Rioja

📋 copy color: '#BDC60F'

red 189 ◦ green 198 ◦ blue 15

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

Shades of La Rioja #BDC60F

Tints of La Rioja #BDC60F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.25%

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

R = 47.01%
G = 49.25%
B = 3.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#BDC60F (or 0xBDC60F) is known color: La Rioja. HEX triplet: BD, C6 and 0F. RGB value is (189,198,15). Sum of RGB (Red+Green+Blue) = 189+198+15=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 198 (77.73% from 255 or 49.25% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC60F is #4239F0. Grayscale: #AFAFAF. Windows color (decimal): -4340209 or 1033917. OLE color: 1033917.

HSL color Cylindrical-coordinate representation of color #BDC60F: hue angle of 62.95º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDC60F is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 15 -
CMYK 0.05 0 0.92 0.22
HSL 62.95º 0.86% 0.42% -
HSV(B) 62.95º 0.92% 0.78% -
XYZ 41.27 51.24 8.17 -
YUV 174.45 38.02 138.38 -
System Red Green Blue C M Y K H S L
Decimal 189 198 15 0.05 0 0.92 0.22 62.95 0.86 0.42
Hex BD C6 F 5 0 5C 16 3F 56 2A
Octal 275 306 17 5 0 134 26 77 126 52
Binary 10111101 11000110 1111 101 0 1011100 10110 111111 1010110 101010

Color Harmonies of #BDC60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC60F

Black with #BDC60F

Text Example


Text Example

White with #BDC60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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