Html Css Color HEX #BDBF30 Rio Grande

📋 copy color: '#BDBF30'

red 189 ◦ green 191 ◦ blue 48

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

Shades of Rio Grande #BDBF30

Tints of Rio Grande #BDBF30

RGB

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

 GREEN value IS 191 (75% from 255) = 44.63%

 BLUE value IS 48 (19.14% from 255) = 11.21%

R = 44.16%
G = 44.63%
B = 11.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BDBF30 (or 0xBDBF30) is known color: Rio Grande. HEX triplet: BD, BF and 30. RGB value is (189,191,48). Sum of RGB (Red+Green+Blue) = 189+191+48=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBF30 is #4240CF. Grayscale: #AEAEAE. Windows color (decimal): -4341968 or 3194813. OLE color: 3194813.

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

Color convert

RGB 189 191 48 -
CMYK 0.01 0 0.75 0.25
HSL 60.84º 0.6% 0.47% -
HSV(B) 60.84º 0.75% 0.75% -
XYZ 40.15 48.29 10 -
YUV 174.1 56.84 138.63 -
System Red Green Blue C M Y K H S L
Decimal 189 191 48 0.01 0 0.75 0.25 60.84 0.6 0.47
Hex BD BF 30 1 0 4B 19 3D 3C 2F
Octal 275 277 60 1 0 113 31 75 74 57
Binary 10111101 10111111 110000 1 0 1001011 11001 111101 111100 101111

Color Harmonies of #BDBF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF30

Black with #BDBF30

Text Example


Text Example

White with #BDBF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF30; }

 p { color: rgb(189,191,48); }

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

background-color css

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

 a { background-color: rgb(189,191,48); }

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

border-color css

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

 span { border-color: rgb(189,191,48); }

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