Html Css Color HEX #BDD004 La Rioja

📋 copy color: '#BDD004'

red 189 ◦ green 208 ◦ blue 4

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

Shades of La Rioja #BDD004

Tints of La Rioja #BDD004

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.87%

 BLUE value IS 4 (1.95% from 255) = 1%

R = 47.13%
G = 51.87%
B = 1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#BDD004 (or 0xBDD004) is known color: La Rioja. HEX triplet: BD, D0 and 04. RGB value is (189,208,4). Sum of RGB (Red+Green+Blue) = 189+208+4=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 4 (1.95% from 255 or 1.00% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD004 is #422FFB. Grayscale: #B3B3B3. Windows color (decimal): -4337660 or 315581. OLE color: 315581.

HSL color Cylindrical-coordinate representation of color #BDD004: hue angle of 65.59º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDD004 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 4 -
CMYK 0.09 0 0.98 0.18
HSL 65.59º 0.96% 0.42% -
HSV(B) 65.59º 0.98% 0.82% -
XYZ 43.56 55.94 8.62 -
YUV 179.06 29.21 135.09 -
System Red Green Blue C M Y K H S L
Decimal 189 208 4 0.09 0 0.98 0.18 65.59 0.96 0.42
Hex BD D0 4 9 0 62 12 42 60 2A
Octal 275 320 4 11 0 142 22 102 140 52
Binary 10111101 11010000 100 1001 0 1100010 10010 1000010 1100000 101010

Color Harmonies of #BDD004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD004

Black with #BDD004

Text Example


Text Example

White with #BDD004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD004; }

 p { color: rgb(189,208,4); }

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

background-color css

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

 a { background-color: rgb(189,208,4); }

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

border-color css

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

 span { border-color: rgb(189,208,4); }

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