Html Css Color HEX #BDD51C Rio Grande

📋 copy color: '#BDD51C'

red 189 ◦ green 213 ◦ blue 28

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

Shades of Rio Grande #BDD51C

Tints of Rio Grande #BDD51C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.53%

 BLUE value IS 28 (11.33% from 255) = 6.51%

R = 43.95%
G = 49.53%
B = 6.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#BDD51C (or 0xBDD51C) is known color: Rio Grande. HEX triplet: BD, D5 and 1C. RGB value is (189,213,28). Sum of RGB (Red+Green+Blue) = 189+213+28=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD51C is #422AE3. Grayscale: #B9B9B9. Windows color (decimal): -4336356 or 1889725. OLE color: 1889725.

HSL color Cylindrical-coordinate representation of color #BDD51C: hue angle of 67.78º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDD51C is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 28 -
CMYK 0.11 0 0.87 0.16
HSL 67.78º 0.77% 0.47% -
HSV(B) 67.78º 0.87% 0.84% -
XYZ 44.99 58.49 10.02 -
YUV 184.73 39.55 131.04 -
System Red Green Blue C M Y K H S L
Decimal 189 213 28 0.11 0 0.87 0.16 67.78 0.77 0.47
Hex BD D5 1C B 0 57 10 44 4D 2F
Octal 275 325 34 13 0 127 20 104 115 57
Binary 10111101 11010101 11100 1011 0 1010111 10000 1000100 1001101 101111

Color Harmonies of #BDD51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD51C

Black with #BDD51C

Text Example


Text Example

White with #BDD51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD51C; }

 p { color: rgb(189,213,28); }

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

background-color css

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

 a { background-color: rgb(189,213,28); }

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

border-color css

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

 span { border-color: rgb(189,213,28); }

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