Html Css Color HEX #BDD603 La Rioja

📋 copy color: '#BDD603'

red 189 ◦ green 214 ◦ blue 3

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

Shades of La Rioja #BDD603

Tints of La Rioja #BDD603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 46.55%
G = 52.71%
B = 0.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#BDD603 (or 0xBDD603) is known color: La Rioja. HEX triplet: BD, D6 and 03. RGB value is (189,214,3). Sum of RGB (Red+Green+Blue) = 189+214+3=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 214 (83.98% from 255 or 52.71% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD603 is #4229FC. Grayscale: #B7B7B7. Windows color (decimal): -4336125 or 251581. OLE color: 251581.

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

Color convert

RGB 189 214 3 -
CMYK 0.12 0 0.99 0.16
HSL 67.11º 0.97% 0.43% -
HSV(B) 67.11º 0.99% 0.84% -
XYZ 45.05 58.92 9.08 -
YUV 182.47 26.72 132.66 -
System Red Green Blue C M Y K H S L
Decimal 189 214 3 0.12 0 0.99 0.16 67.11 0.97 0.43
Hex BD D6 3 C 0 63 10 43 61 2B
Octal 275 326 3 14 0 143 20 103 141 53
Binary 10111101 11010110 11 1100 0 1100011 10000 1000011 1100001 101011

Color Harmonies of #BDD603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD603

Black with #BDD603

Text Example


Text Example

White with #BDD603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD603; }

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

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

background-color css

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

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

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

border-color css

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

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

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