Html Css Color HEX #BDC826 Rio Grande

📋 copy color: '#BDC826'

red 189 ◦ green 200 ◦ blue 38

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

Shades of Rio Grande #BDC826

Tints of Rio Grande #BDC826

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.84%

 BLUE value IS 38 (15.23% from 255) = 8.9%

R = 44.26%
G = 46.84%
B = 8.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#BDC826 (or 0xBDC826) is known color: Rio Grande. HEX triplet: BD, C8 and 26. RGB value is (189,200,38). Sum of RGB (Red+Green+Blue) = 189+200+38=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 38 (15.23% from 255 or 8.90% from 427); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC826 is #4237D9. Grayscale: #B2B2B2. Windows color (decimal): -4339674 or 2541757. OLE color: 2541757.

HSL color Cylindrical-coordinate representation of color #BDC826: hue angle of 64.07º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDC826 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 38 -
CMYK 0.06 0 0.81 0.22
HSL 64.07º 0.68% 0.47% -
HSV(B) 64.07º 0.81% 0.78% -
XYZ 41.99 52.27 9.71 -
YUV 178.24 48.86 135.67 -
System Red Green Blue C M Y K H S L
Decimal 189 200 38 0.06 0 0.81 0.22 64.07 0.68 0.47
Hex BD C8 26 6 0 51 16 40 44 2F
Octal 275 310 46 6 0 121 26 100 104 57
Binary 10111101 11001000 100110 110 0 1010001 10110 1000000 1000100 101111

Color Harmonies of #BDC826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC826

Black with #BDC826

Text Example


Text Example

White with #BDC826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC826; }

 p { color: rgb(189,200,38); }

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

background-color css

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

 a { background-color: rgb(189,200,38); }

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

border-color css

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

 span { border-color: rgb(189,200,38); }

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