Html Css Color HEX #BDBE25 Rio Grande

📋 copy color: '#BDBE25'

red 189 ◦ green 190 ◦ blue 37

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

Shades of Rio Grande #BDBE25

Tints of Rio Grande #BDBE25

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.67%

 BLUE value IS 37 (14.84% from 255) = 8.89%

R = 45.43%
G = 45.67%
B = 8.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BDBE25 (or 0xBDBE25) is known color: Rio Grande. HEX triplet: BD, BE and 25. RGB value is (189,190,37). Sum of RGB (Red+Green+Blue) = 189+190+37=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE25 is #4241DA. Grayscale: #ACACAC. Windows color (decimal): -4342235 or 2473661. OLE color: 2473661.

HSL color Cylindrical-coordinate representation of color #BDBE25: hue angle of 60.39º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDBE25 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 190 37 -
CMYK 0.01 0 0.81 0.25
HSL 60.39º 0.67% 0.45% -
HSV(B) 60.39º 0.81% 0.75% -
XYZ 39.73 47.78 8.88 -
YUV 172.26 51.67 139.94 -
System Red Green Blue C M Y K H S L
Decimal 189 190 37 0.01 0 0.81 0.25 60.39 0.67 0.45
Hex BD BE 25 1 0 51 19 3C 43 2D
Octal 275 276 45 1 0 121 31 74 103 55
Binary 10111101 10111110 100101 1 0 1010001 11001 111100 1000011 101101

Color Harmonies of #BDBE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE25

Black with #BDBE25

Text Example


Text Example

White with #BDBE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE25; }

 p { color: rgb(189,190,37); }

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

background-color css

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

 a { background-color: rgb(189,190,37); }

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

border-color css

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

 span { border-color: rgb(189,190,37); }

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