Html Css Color HEX #BDC71A Rio Grande

📋 copy color: '#BDC71A'

red 189 ◦ green 199 ◦ blue 26

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

Shades of Rio Grande #BDC71A

Tints of Rio Grande #BDC71A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.07%

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

R = 45.65%
G = 48.07%
B = 6.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#BDC71A (or 0xBDC71A) is known color: Rio Grande. HEX triplet: BD, C7 and 1A. RGB value is (189,199,26). Sum of RGB (Red+Green+Blue) = 189+199+26=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 26 (10.55% from 255 or 6.28% from 414); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC71A is #4238E5. Grayscale: #B0B0B0. Windows color (decimal): -4339942 or 1755069. OLE color: 1755069.

HSL color Cylindrical-coordinate representation of color #BDC71A: hue angle of 63.47º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDC71A is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 26 -
CMYK 0.05 0 0.87 0.22
HSL 63.47º 0.77% 0.44% -
HSV(B) 63.47º 0.87% 0.78% -
XYZ 41.6 51.74 8.77 -
YUV 176.29 43.19 137.07 -
System Red Green Blue C M Y K H S L
Decimal 189 199 26 0.05 0 0.87 0.22 63.47 0.77 0.44
Hex BD C7 1A 5 0 57 16 3F 4D 2C
Octal 275 307 32 5 0 127 26 77 115 54
Binary 10111101 11000111 11010 101 0 1010111 10110 111111 1001101 101100

Color Harmonies of #BDC71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC71A

Black with #BDC71A

Text Example


Text Example

White with #BDC71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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