Html Css Color HEX #BDD71A Rio Grande

📋 copy color: '#BDD71A'

red 189 ◦ green 215 ◦ blue 26

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

Shades of Rio Grande #BDD71A

Tints of Rio Grande #BDD71A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50%

 BLUE value IS 26 (10.55% from 255) = 6.05%

R = 43.95%
G = 50%
B = 6.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#BDD71A (or 0xBDD71A) is known color: Rio Grande. HEX triplet: BD, D7 and 1A. RGB value is (189,215,26). Sum of RGB (Red+Green+Blue) = 189+215+26=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD71A is #4228E5. Grayscale: #BABABA. Windows color (decimal): -4335846 or 1759165. OLE color: 1759165.

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

Color convert

RGB 189 215 26 -
CMYK 0.12 0 0.88 0.16
HSL 68.25º 0.78% 0.47% -
HSV(B) 68.25º 0.88% 0.84% -
XYZ 45.47 59.49 10.06 -
YUV 185.68 37.89 130.37 -
System Red Green Blue C M Y K H S L
Decimal 189 215 26 0.12 0 0.88 0.16 68.25 0.78 0.47
Hex BD D7 1A C 0 58 10 44 4E 2F
Octal 275 327 32 14 0 130 20 104 116 57
Binary 10111101 11010111 11010 1100 0 1011000 10000 1000100 1001110 101111

Color Harmonies of #BDD71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD71A

Black with #BDD71A

Text Example


Text Example

White with #BDD71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD71A; }

 p { color: rgb(189,215,26); }

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

background-color css

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

 a { background-color: rgb(189,215,26); }

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

border-color css

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

 span { border-color: rgb(189,215,26); }

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