Html Css Color HEX #BDC41B Rio Grande

📋 copy color: '#BDC41B'

red 189 ◦ green 196 ◦ blue 27

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

Shades of Rio Grande #BDC41B

Tints of Rio Grande #BDC41B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.55%

R = 45.87%
G = 47.57%
B = 6.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#BDC41B (or 0xBDC41B) is known color: Rio Grande. HEX triplet: BD, C4 and 1B. RGB value is (189,196,27). Sum of RGB (Red+Green+Blue) = 189+196+27=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC41B is #423BE4. Grayscale: #AFAFAF. Windows color (decimal): -4340709 or 1819837. OLE color: 1819837.

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

Color convert

RGB 189 196 27 -
CMYK 0.04 0 0.86 0.23
HSL 62.49º 0.76% 0.44% -
HSV(B) 62.49º 0.86% 0.77% -
XYZ 40.92 50.38 8.6 -
YUV 174.64 44.68 138.24 -
System Red Green Blue C M Y K H S L
Decimal 189 196 27 0.04 0 0.86 0.23 62.49 0.76 0.44
Hex BD C4 1B 4 0 56 17 3E 4C 2C
Octal 275 304 33 4 0 126 27 76 114 54
Binary 10111101 11000100 11011 100 0 1010110 10111 111110 1001100 101100

Color Harmonies of #BDC41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC41B

Black with #BDC41B

Text Example


Text Example

White with #BDC41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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