Html Css Color HEX #BDC41F Rio Grande

📋 copy color: '#BDC41F'

red 189 ◦ green 196 ◦ blue 31

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

Shades of Rio Grande #BDC41F

Tints of Rio Grande #BDC41F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.12%

 BLUE value IS 31 (12.5% from 255) = 7.45%

R = 45.43%
G = 47.12%
B = 7.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#BDC41F (or 0xBDC41F) is known color: Rio Grande. HEX triplet: BD, C4 and 1F. RGB value is (189,196,31). Sum of RGB (Red+Green+Blue) = 189+196+31=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 31 (12.5% from 255 or 7.45% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC41F is #423BE0. Grayscale: #AFAFAF. Windows color (decimal): -4340705 or 2081981. OLE color: 2081981.

HSL color Cylindrical-coordinate representation of color #BDC41F: hue angle of 62.55º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDC41F is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 31 -
CMYK 0.04 0 0.84 0.23
HSL 62.55º 0.73% 0.45% -
HSV(B) 62.55º 0.84% 0.77% -
XYZ 40.97 50.4 8.86 -
YUV 175.1 46.68 137.92 -
System Red Green Blue C M Y K H S L
Decimal 189 196 31 0.04 0 0.84 0.23 62.55 0.73 0.45
Hex BD C4 1F 4 0 54 17 3F 49 2D
Octal 275 304 37 4 0 124 27 77 111 55
Binary 10111101 11000100 11111 100 0 1010100 10111 111111 1001001 101101

Color Harmonies of #BDC41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC41F

Black with #BDC41F

Text Example


Text Example

White with #BDC41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC41F; }

 p { color: rgb(189,196,31); }

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

background-color css

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

 a { background-color: rgb(189,196,31); }

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

border-color css

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

 span { border-color: rgb(189,196,31); }

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