Html Css Color HEX #BDC600 La Rioja

📋 copy color: '#BDC600'

red 189 ◦ green 198 ◦ blue 0

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

Shades of La Rioja #BDC600

Tints of La Rioja #BDC600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.84%
G = 51.16%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#BDC600 (or 0xBDC600) is known color: La Rioja. HEX triplet: BD, C6 and 00. RGB value is (189,198,0). Sum of RGB (Red+Green+Blue) = 189+198+0=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC600 is #4239FF. Grayscale: #ADADAD. Windows color (decimal): -4340224 or 50877. OLE color: 50877.

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

Color convert

RGB 189 198 0 -
CMYK 0.05 0 1 0.22
HSL 62.73º 1% 0.39% -
HSV(B) 62.73º 1% 0.78% -
XYZ 41.18 51.21 7.71 -
YUV 172.74 30.52 139.6 -
System Red Green Blue C M Y K H S L
Decimal 189 198 0 0.05 0 1 0.22 62.73 1 0.39
Hex BD C6 0 5 0 64 16 3F 64 27
Octal 275 306 0 5 0 144 26 77 144 47
Binary 10111101 11000110 0 101 0 1100100 10110 111111 1100100 100111

Color Harmonies of #BDC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC600

Black with #BDC600

Text Example


Text Example

White with #BDC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC600; }

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

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

background-color css

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

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

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

border-color css

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

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

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