Html Css Color HEX #BDC607 La Rioja

📋 copy color: '#BDC607'

red 189 ◦ green 198 ◦ blue 7

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

Shades of La Rioja #BDC607

Tints of La Rioja #BDC607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.78%

R = 47.97%
G = 50.25%
B = 1.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#BDC607 (or 0xBDC607) is known color: La Rioja. HEX triplet: BD, C6 and 07. RGB value is (189,198,7). Sum of RGB (Red+Green+Blue) = 189+198+7=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 7 (3.12% from 255 or 1.78% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC607 is #4239F8. Grayscale: #AEAEAE. Windows color (decimal): -4340217 or 509629. OLE color: 509629.

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

Color convert

RGB 189 198 7 -
CMYK 0.05 0 0.96 0.22
HSL 62.83º 0.93% 0.4% -
HSV(B) 62.83º 0.96% 0.78% -
XYZ 41.22 51.22 7.92 -
YUV 173.54 34.02 139.03 -
System Red Green Blue C M Y K H S L
Decimal 189 198 7 0.05 0 0.96 0.22 62.83 0.93 0.4
Hex BD C6 7 5 0 60 16 3F 5D 28
Octal 275 306 7 5 0 140 26 77 135 50
Binary 10111101 11000110 111 101 0 1100000 10110 111111 1011101 101000

Color Harmonies of #BDC607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC607

Black with #BDC607

Text Example


Text Example

White with #BDC607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC607; }

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

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

background-color css

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

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

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

border-color css

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

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

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