Html Css Color HEX #BDC427 Rio Grande

📋 copy color: '#BDC427'

red 189 ◦ green 196 ◦ blue 39

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

Shades of Rio Grande #BDC427

Tints of Rio Grande #BDC427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.2%

R = 44.58%
G = 46.23%
B = 9.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#BDC427 (or 0xBDC427) is known color: Rio Grande. HEX triplet: BD, C4 and 27. RGB value is (189,196,39). Sum of RGB (Red+Green+Blue) = 189+196+39=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 39 (15.62% from 255 or 9.20% from 424); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC427 is #423BD8. Grayscale: #B0B0B0. Windows color (decimal): -4340697 or 2606269. OLE color: 2606269.

HSL color Cylindrical-coordinate representation of color #BDC427: hue angle of 62.68º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDC427 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 39 -
CMYK 0.04 0 0.80 0.23
HSL 62.68º 0.67% 0.46% -
HSV(B) 62.68º 0.8% 0.77% -
XYZ 41.09 50.45 9.49 -
YUV 176.01 50.68 137.27 -
System Red Green Blue C M Y K H S L
Decimal 189 196 39 0.04 0 0.80 0.23 62.68 0.67 0.46
Hex BD C4 27 4 0 50 17 3F 43 2E
Octal 275 304 47 4 0 120 27 77 103 56
Binary 10111101 11000100 100111 100 0 1010000 10111 111111 1000011 101110

Color Harmonies of #BDC427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC427

Black with #BDC427

Text Example


Text Example

White with #BDC427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC427; }

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

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

background-color css

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

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

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

border-color css

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

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

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