Html Css Color HEX #BFC925 Rio Grande

📋 copy color: '#BFC925'

red 191 ◦ green 201 ◦ blue 37

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

Shades of Rio Grande #BFC925

Tints of Rio Grande #BFC925

RGB

 RED value IS 191 (75% from 255) = 44.52%

 GREEN value IS 201 (78.91% from 255) = 46.85%

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

R = 44.52%
G = 46.85%
B = 8.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#BFC925 (or 0xBFC925) is known color: Rio Grande. HEX triplet: BF, C9 and 25. RGB value is (191,201,37). Sum of RGB (Red+Green+Blue) = 191+201+37=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 37 (14.84% from 255 or 8.62% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC925 is #4036DA. Grayscale: #B3B3B3. Windows color (decimal): -4208347 or 2476479. OLE color: 2476479.

HSL color Cylindrical-coordinate representation of color #BFC925: hue angle of 63.66º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFC925 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 201 37 -
CMYK 0.05 0 0.82 0.21
HSL 63.66º 0.69% 0.47% -
HSV(B) 63.66º 0.82% 0.79% -
XYZ 42.71 52.98 9.73 -
YUV 179.31 47.69 136.34 -
System Red Green Blue C M Y K H S L
Decimal 191 201 37 0.05 0 0.82 0.21 63.66 0.69 0.47
Hex BF C9 25 5 0 52 15 40 45 2F
Octal 277 311 45 5 0 122 25 100 105 57
Binary 10111111 11001001 100101 101 0 1010010 10101 1000000 1000101 101111

Color Harmonies of #BFC925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC925

Black with #BFC925

Text Example


Text Example

White with #BFC925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC925; }

 p { color: rgb(191,201,37); }

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

background-color css

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

 a { background-color: rgb(191,201,37); }

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

border-color css

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

 span { border-color: rgb(191,201,37); }

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