Html Css Color HEX #BDD413 Rio Grande

📋 copy color: '#BDD413'

red 189 ◦ green 212 ◦ blue 19

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

Shades of Rio Grande #BDD413

Tints of Rio Grande #BDD413

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.48%

 BLUE value IS 19 (7.81% from 255) = 4.52%

R = 45%
G = 50.48%
B = 4.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#BDD413 (or 0xBDD413) is known color: Rio Grande. HEX triplet: BD, D4 and 13. RGB value is (189,212,19). Sum of RGB (Red+Green+Blue) = 189+212+19=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 212 (83.20% from 255 or 50.48% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD413 is #422BEC. Grayscale: #B7B7B7. Windows color (decimal): -4336621 or 1299645. OLE color: 1299645.

HSL color Cylindrical-coordinate representation of color #BDD413: hue angle of 67.15º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDD413 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 19 -
CMYK 0.11 0 0.91 0.17
HSL 67.15º 0.84% 0.45% -
HSV(B) 67.15º 0.91% 0.83% -
XYZ 44.65 57.95 9.45 -
YUV 183.12 35.38 132.19 -
System Red Green Blue C M Y K H S L
Decimal 189 212 19 0.11 0 0.91 0.17 67.15 0.84 0.45
Hex BD D4 13 B 0 5B 11 43 54 2D
Octal 275 324 23 13 0 133 21 103 124 55
Binary 10111101 11010100 10011 1011 0 1011011 10001 1000011 1010100 101101

Color Harmonies of #BDD413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD413

Black with #BDD413

Text Example


Text Example

White with #BDD413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD413; }

 p { color: rgb(189,212,19); }

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

background-color css

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

 a { background-color: rgb(189,212,19); }

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

border-color css

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

 span { border-color: rgb(189,212,19); }

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