Html Css Color HEX #BDD600 La Rioja

📋 copy color: '#BDD600'

red 189 ◦ green 214 ◦ blue 0

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

Shades of La Rioja #BDD600

Tints of La Rioja #BDD600

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.1%

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

R = 46.9%
G = 53.1%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#BDD600 (or 0xBDD600) is known color: La Rioja. HEX triplet: BD, D6 and 00. RGB value is (189,214,0). Sum of RGB (Red+Green+Blue) = 189+214+0=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD600 is #4229FF. Grayscale: #B6B6B6. Windows color (decimal): -4336128 or 54973. OLE color: 54973.

HSL color Cylindrical-coordinate representation of color #BDD600: hue angle of 67.01º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDD600 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 0 -
CMYK 0.12 0 1 0.16
HSL 67.01º 1% 0.42% -
HSV(B) 67.01º 1% 0.84% -
XYZ 45.03 58.91 9 -
YUV 182.13 25.22 132.9 -
System Red Green Blue C M Y K H S L
Decimal 189 214 0 0.12 0 1 0.16 67.01 1 0.42
Hex BD D6 0 C 0 64 10 43 64 2A
Octal 275 326 0 14 0 144 20 103 144 52
Binary 10111101 11010110 0 1100 0 1100100 10000 1000011 1100100 101010

Color Harmonies of #BDD600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD600

Black with #BDD600

Text Example


Text Example

White with #BDD600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD600; }

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

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

background-color css

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

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

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

border-color css

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

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

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