Html Css Color HEX #BDD605 La Rioja

📋 copy color: '#BDD605'

red 189 ◦ green 214 ◦ blue 5

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

Shades of La Rioja #BDD605

Tints of La Rioja #BDD605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 46.32%
G = 52.45%
B = 1.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#BDD605 (or 0xBDD605) is known color: La Rioja. HEX triplet: BD, D6 and 05. RGB value is (189,214,5). Sum of RGB (Red+Green+Blue) = 189+214+5=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD605 is #4229FA. Grayscale: #B7B7B7. Windows color (decimal): -4336123 or 382653. OLE color: 382653.

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

Color convert

RGB 189 214 5 -
CMYK 0.12 0 0.98 0.16
HSL 67.18º 0.95% 0.43% -
HSV(B) 67.18º 0.98% 0.84% -
XYZ 45.06 58.92 9.14 -
YUV 182.7 27.72 132.49 -
System Red Green Blue C M Y K H S L
Decimal 189 214 5 0.12 0 0.98 0.16 67.18 0.95 0.43
Hex BD D6 5 C 0 62 10 43 5F 2B
Octal 275 326 5 14 0 142 20 103 137 53
Binary 10111101 11010110 101 1100 0 1100010 10000 1000011 1011111 101011

Color Harmonies of #BDD605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD605

Black with #BDD605

Text Example


Text Example

White with #BDD605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD605; }

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

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

background-color css

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

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

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

border-color css

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

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

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